Skip to content

fix(desktop): fix direct message profile sidebar usability#2336

Open
gtabidze wants to merge 1 commit into
block:mainfrom
gtabidze:fix/dm-profile-usability
Open

fix(desktop): fix direct message profile sidebar usability#2336
gtabidze wants to merge 1 commit into
block:mainfrom
gtabidze:fix/dm-profile-usability

Conversation

@gtabidze

Copy link
Copy Markdown

Why (Problem)

In direct messages (DMs), clicking or hovering a participant's avatar or name did not open their profile or show the compact profile popover tooltip. Additionally, hovering over the name in DMs mistakenly showed a "Copy channel name" icon, which did not align with user expectations.

What Changed

  • Profile Popover: Added hideMessageAction prop to UserProfilePopover to omit the redundant "Message" button when displayed from direct message headers.
  • Chat Header: Added dmUserPubkey prop to ChatHeader to wrap the user's name with UserProfilePopover and open the profile panel on click. The "Copy channel name" button is now hidden for DM channels.
  • Screen Header: Wrapped DM participant avatars (both 1-on-1 and group DM stacks) in UserProfilePopover with the message action hidden.

@gtabidze
gtabidze requested a review from a team as a code owner July 22, 2026 06:03
@gtabidze
gtabidze force-pushed the fix/dm-profile-usability branch from 7b035ab to 202076d Compare July 22, 2026 06:04
Signed-off-by: gtabidze <guatabidze@gmail.com>
@gtabidze
gtabidze force-pushed the fix/dm-profile-usability branch from 202076d to 10a6189 Compare July 22, 2026 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant